hplip: python is not needed for build
authorLuiz Angelo Daros de Luca <[email protected]>
Tue, 25 Jun 2019 07:21:00 +0000 (04:21 -0300)
committerLuiz Angelo Daros de Luca <[email protected]>
Tue, 25 Jun 2019 07:24:24 +0000 (04:24 -0300)
Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
utils/hplip/Makefile

index e3e8054bd73c6140bd8eb4f74a169f60684a7830..71bf9a91568dd6cb9a692a2d3ce5b22ecb636be0 100644 (file)
@@ -21,7 +21,7 @@ PKG_LICENSE:=GPL-2.0 GPL-2.0+
 PKG_LICENSE_FILES:=COPYING LICENSE
 
 PKG_BUILD_PARALLEL:=1
-PKG_BUILD_DEPENDS:= python libcups
+PKG_BUILD_DEPENDS:=libcups
 PKG_FIXUP:=autoreconf
 
 include $(INCLUDE_DIR)/package.mk